AHardwareBuffer_Plane

Holds data for a single image plane.

extern (C) nothrow @nogc
struct AHardwareBuffer_Plane {}

Members

Variables

data
void* data;

< Points to first byte in plane

pixelStride
uint pixelStride;

< Distance in bytes from the color channel of one pixel to the next

rowStride
uint rowStride;

< Distance in bytes from the first value of one row of the image to

Meta